home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-09-20 | 650 b | 72 lines | [TEXT/ttxt] |
- /*
-
-
-
-
- m,
- we never did get enough yogurts, did we... what now? i wish i knew...
-
- andy
-
-
-
-
- */
-
- Resn=10,
-
- Durn="1.5",
-
-
- CamX="83 * sin( t / 6 )",
- CamY="20 * cos( t / 6 )",
- CamZ="25 + 20 * sin( t / 4)",
-
- CmLX="40",
- CmLY="0",
- CmLZ="0",
-
-
- R="1-dt",
- G="dt",
- B="0",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
-
- // Level Color (the color of the "present" music sample/wave)
- LvlR="0",
- LvlG="1",
- LvlB="0",
-
-
- // Background Color
- BckR=0,BckG=0,BckB=0,
-
- // Window size and position
- widt=590,heig=350,
-
-
- ConL=1,ConB=1,
-
-
- Fall="1",
-
- Blrs=0,
-
- D0="2 * s - 1",
- D1="20 * abs( mag( s ) )",
-
- X="120 * dt",
- Y="40 * d0",
- Z="d1",
-
-
- Scal="500",
- ScSz=1,
-
- Pers="60",
-
- Vers=30